|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfurny.swing.admin.importer.ImporterPanel.FileEntry
private static class ImporterPanel.FileEntry
An entry that encapsulates information about a file.
| Field Summary | |
|---|---|
private java.io.File |
file
|
private boolean |
selected
|
| Constructor Summary | |
|---|---|
ImporterPanel.FileEntry(java.io.File file)
Instantiates a new file entry. |
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
Gets the file. |
boolean |
isSelected()
Checks if the entry is selected. |
void |
setSelected(boolean selected)
Sets the entry selected. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.io.File file
private boolean selected
| Constructor Detail |
|---|
public ImporterPanel.FileEntry(java.io.File file)
file - the file| Method Detail |
|---|
public void setSelected(boolean selected)
selected - the new selectedpublic boolean isSelected()
true, if is selectedpublic java.io.File getFile()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||